type runtime.pageCache
14 uses
runtime (current package)
mpagecache.go#L12: const pageCachePages = 8 * unsafe.Sizeof(pageCache{}.cache)
mpagecache.go#L18: type pageCache struct {
mpagecache.go#L25: func (c *pageCache) empty() bool {
mpagecache.go#L37: func (c *pageCache) alloc(npages uintptr) (uintptr, uintptr) {
mpagecache.go#L57: func (c *pageCache) allocN(npages uintptr) (uintptr, uintptr) {
mpagecache.go#L78: func (c *pageCache) flush(p *pageAlloc) {
mpagecache.go#L107: *c = pageCache{}
mpagecache.go#L119: func (p *pageAlloc) allocToCache() pageCache {
mpagecache.go#L125: return pageCache{}
mpagecache.go#L127: c := pageCache{}
mpagecache.go#L137: c = pageCache{
mpagecache.go#L150: return pageCache{}
mpagecache.go#L154: c = pageCache{
runtime2.go#L630: pcache pageCache
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |